From: Jim Blandy Date: Sat, 12 Jun 1993 17:46:44 +0000 (+0000) Subject: * sysdep.c (child_setup_tty): Remove duplicate settings for VQUIT X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~95365 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=a6d570c63744de993bd15eb3fddb0205d04a163b;p=emacs.git * sysdep.c (child_setup_tty): Remove duplicate settings for VQUIT and VINTR. --- diff --git a/src/sysdep.c b/src/sysdep.c index 247b9b2314f..194ec0cea50 100644 --- a/src/sysdep.c +++ b/src/sysdep.c @@ -466,7 +466,6 @@ child_setup_tty (out) s.main.c_iflag &= ~IGNBRK; s.main.c_iflag &= ~BRKINT; /* QUIT and INTR work better as signals, so disable character forms */ - s.main.c_cc[VQUIT] = 0377; s.main.c_cc[VINTR] = 0377; #ifdef SIGNALS_VIA_CHARACTERS /* the QUIT and INTR character are used in process_send_signal